projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42f5d1b
)
(calendar-print-coptic-date): Label Coptic/Ethiopic date in echo area.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 26 Apr 1997 22:14:21 +0000
(22:14 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 26 Apr 1997 22:14:21 +0000
(22:14 +0000)
lisp/calendar/cal-coptic.el
patch
|
blob
|
history
diff --git
a/lisp/calendar/cal-coptic.el
b/lisp/calendar/cal-coptic.el
index 2bdf1295442ee42be7106f5a45696f131e9f6040..ad260067211cb2a5b7dabd4021848fe758f679fc 100644
(file)
--- a/
lisp/calendar/cal-coptic.el
+++ b/
lisp/calendar/cal-coptic.el
@@
-126,7
+126,7
@@
Defaults to today's date if DATE is not given."
(let ((f (calendar-coptic-date-string (calendar-cursor-to-date t))))
(if (string-equal f "")
(message "Date is pre-%s calendar" coptic-name)
- (message f))))
+ (message
"%s date: %s" coptic-name
f))))
(defun calendar-goto-coptic-date (date &optional noecho)
"Move cursor to Coptic date DATE.